Click or drag to resize

WebdavSessionCredentials Property

Gets or sets the network credentials used to authenticate the request with the Internet resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public ICredentials Credentials { get; set; }

Property Value

Type: ICredentials
Remarks
The Credentials property contains the authentication credentials required to access the Internet resource.
See Also